projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcbf936
)
Moved `eshell-non-interactive-p' to eshell.el.
author
John Wiegley
<johnw@newartisans.com>
Tue, 24 Apr 2001 01:37:08 +0000
(
01:37
+0000)
committer
John Wiegley
<johnw@newartisans.com>
Tue, 24 Apr 2001 01:37:08 +0000
(
01:37
+0000)
lisp/eshell/esh-mode.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-mode.el
b/lisp/eshell/esh-mode.el
index d0393df4153eaeb143d38bad693b5d6b12605f98..91bb34782df42562ac377044e08eb5f53073dee5 100644
(file)
--- a/
lisp/eshell/esh-mode.el
+++ b/
lisp/eshell/esh-mode.el
@@
-196,11
+196,6
@@
This is used by `eshell-watch-for-password-prompt'."
:type 'boolean
:group 'eshell-mode)
-(defvar eshell-non-interactive-p nil
- "A variable which is non-nil when Eshell is not running interactively.
-Modules should use this variable so that they don't clutter non-interactive
-sessions, such as when using `eshell-command'.")
-
(defvar eshell-first-time-p t
"A variable which is non-nil the first time Eshell is loaded.")